Returns the remainder of a division operation.
Syntax
remainder = Mod (number,divider)
Description
This function returns the remainder of a division operation. e.g. Mod (3,2) will return the value 1 because that is the remainder from dividing 3 by 2.
This function returns the remainder of a division operation. e.g.
Mod (3,2)
will return the value 1 because that is the remainder from dividing 3 by 2.